Put the supported protocol version in in the right field of the
authorMatthias Clasen <maclas@gmx.de>
Tue, 7 Oct 2003 21:27:11 +0000 (21:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 7 Oct 2003 21:27:11 +0000 (21:27 +0000)
Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
version in in the right field of the _XEMBED_INFO property.
(#123885, Denis Mikhalkin)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkplug.c

index 2d194996729053b362b3c910b070241584ffe751..b39455e9c364beb15bf37ec143509ba92245efa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+       version in in the right field of the _XEMBED_INFO property.  
+       (#123885, Denis Mikhalkin)
+
 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
index 2d194996729053b362b3c910b070241584ffe751..b39455e9c364beb15bf37ec143509ba92245efa0 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+       version in in the right field of the _XEMBED_INFO property.  
+       (#123885, Denis Mikhalkin)
+
 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
index 2d194996729053b362b3c910b070241584ffe751..b39455e9c364beb15bf37ec143509ba92245efa0 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+       version in in the right field of the _XEMBED_INFO property.  
+       (#123885, Denis Mikhalkin)
+
 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
index 2d194996729053b362b3c910b070241584ffe751..b39455e9c364beb15bf37ec143509ba92245efa0 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+       version in in the right field of the _XEMBED_INFO property.  
+       (#123885, Denis Mikhalkin)
+
 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
index 2d194996729053b362b3c910b070241584ffe751..b39455e9c364beb15bf37ec143509ba92245efa0 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+       version in in the right field of the _XEMBED_INFO property.  
+       (#123885, Denis Mikhalkin)
+
 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
index d0c3496a642e43bfd38c1997963d94d779d2f9b0..a6efb9029a0e4d89e9ea4236386cb97bbed9b694 100644 (file)
@@ -934,7 +934,7 @@ xembed_set_info (GdkWindow     *window,
 
   Atom xembed_info_atom = gdk_x11_get_xatom_by_name_for_display (display, "_XEMBED_INFO");
 
-  buffer[1] = GTK_XEMBED_PROTOCOL_VERSION;
+  buffer[0] = GTK_XEMBED_PROTOCOL_VERSION;
   buffer[1] = flags;
 
   XChangeProperty (GDK_DISPLAY_XDISPLAY (display),